From: Luc Teirlinck Date: Fri, 21 Nov 2003 05:04:07 +0000 (+0000) Subject: (Overview of Markers): Mention that, if a marker is used a a position, X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24950 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5d8945c2e88736257aa4a5591a8a9f34079cf792;p=emacs.git (Overview of Markers): Mention that, if a marker is used a a position, its buffer is ignored. --- diff --git a/lispref/markers.texi b/lispref/markers.texi index eb576f235cd..e844912002e 100644 --- a/lispref/markers.texi +++ b/lispref/markers.texi @@ -28,10 +28,13 @@ deleted, so that it stays with the two characters on either side of it. @node Overview of Markers @section Overview of Markers - A marker specifies a buffer and a position in that buffer. The marker -can be used to represent a position in the functions that require one, -just as an integer could be used. @xref{Positions}, for a complete -description of positions. + A marker specifies a buffer and a position in that buffer. The +marker can be used to represent a position in the functions that +require one, just as an integer could be used. In that case, the +marker's buffer is normally ignored. Of course, a marker used in this +way usually points to a position in the buffer that the function +operates on, but that is entirely the programmer's responsibility. +@xref{Positions}, for a complete description of positions. A marker has two attributes: the marker position, and the marker buffer. The marker position is an integer that is equivalent (at a